home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Time Warp
/
Time Warp.iso
/
pc
/
timewarp
/
lab.dxr
/
00300.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-09
|
180 b
|
11 lines
on exitFrame
global gMoovLength
if the movieTime of sprite 5 < gMoovLength then
go(the frame - 1)
else
delayFor(15)
unsetQT(5)
go(the frame + 1)
end if
end